[INFO] cloning repository https://github.com/Ryo9899/rekichu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ryo9899/rekichu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyo9899%2Frekichu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyo9899%2Frekichu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f924738c6ed48d9c09e254a379b4c381796a5b88
[INFO] testing Ryo9899/rekichu against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyo9899%2Frekichu" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Ryo9899/rekichu
[INFO] finished tweaking git repo https://github.com/Ryo9899/rekichu
[INFO] tweaked toml for git repo https://github.com/Ryo9899/rekichu written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ryo9899/rekichu on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Ryo9899/rekichu already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aeb40c6a64a4cf327424a579fdfcdcbf83c77b7ef1b2b758580b93dd49998d81
[INFO] running `Command { std: "docker" "start" "-a" "aeb40c6a64a4cf327424a579fdfcdcbf83c77b7ef1b2b758580b93dd49998d81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aeb40c6a64a4cf327424a579fdfcdcbf83c77b7ef1b2b758580b93dd49998d81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aeb40c6a64a4cf327424a579fdfcdcbf83c77b7ef1b2b758580b93dd49998d81", kill_on_drop: false }`
[INFO] [stdout] aeb40c6a64a4cf327424a579fdfcdcbf83c77b7ef1b2b758580b93dd49998d81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 32973d2056c1cab68dc515b2f48f309be21ac1d5f42dcbd3ad857553370df3ea
[INFO] running `Command { std: "docker" "start" "-a" "32973d2056c1cab68dc515b2f48f309be21ac1d5f42dcbd3ad857553370df3ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rekichu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
[INFO] running `Command { std: "docker" "inspect" "32973d2056c1cab68dc515b2f48f309be21ac1d5f42dcbd3ad857553370df3ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32973d2056c1cab68dc515b2f48f309be21ac1d5f42dcbd3ad857553370df3ea", kill_on_drop: false }`
[INFO] [stdout] 32973d2056c1cab68dc515b2f48f309be21ac1d5f42dcbd3ad857553370df3ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b3a5ee2eaea891429dee20e4b9083a69a35323836b2a8feabd6845b550bf7c9
[INFO] running `Command { std: "docker" "start" "-a" "9b3a5ee2eaea891429dee20e4b9083a69a35323836b2a8feabd6845b550bf7c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rekichu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.96s
[INFO] running `Command { std: "docker" "inspect" "9b3a5ee2eaea891429dee20e4b9083a69a35323836b2a8feabd6845b550bf7c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b3a5ee2eaea891429dee20e4b9083a69a35323836b2a8feabd6845b550bf7c9", kill_on_drop: false }`
[INFO] [stdout] 9b3a5ee2eaea891429dee20e4b9083a69a35323836b2a8feabd6845b550bf7c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0fc822370b04e995f69b6f39e359ea9efb689b1f2416a29fffbeaae64078caa0
[INFO] running `Command { std: "docker" "start" "-a" "0fc822370b04e995f69b6f39e359ea9efb689b1f2416a29fffbeaae64078caa0", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rekichu-18398b4037d65da8)
[INFO] [stdout] 
[INFO] [stdout] running 159 tests
[INFO] [stdout] test date::tests::test_date_roundtrip::case_3 ... ok
[INFO] [stdout] test date::tests::test_date_roundtrip::case_2 ... ok
[INFO] [stdout] test date::tests::test_date_roundtrip::case_1 ... ok
[INFO] [stdout] test lunar::tests::diag_all_leap_months ... ignored
[INFO] [stdout] test lunar::tests::diag_chuuki_same_jst_as_saku ... ignored
[INFO] [stdout] test lunar::tests::diag_find_hc_1552_to_2649 ... ignored
[INFO] [stdout] test lunar::tests::diag_verify_hardcodes ... ignored
[INFO] [stdout] test lunar::tests::diag_year_2071_toji ... ignored
[INFO] [stdout] test date::tests::test_date_roundtrip::case_7 ... ok
[INFO] [stdout] test date::tests::test_date_roundtrip::case_4 ... ok
[INFO] [stdout] test date::tests::test_date_roundtrip::case_5 ... ok
[INFO] [stdout] test date::tests::test_date_roundtrip::case_6 ... ok
[INFO] [stdout] test annotations::sekki::tests::test_no_sekki ... FAILED
[INFO] [stdout] test annotations::sekki::tests::test_shunbun_2026 ... FAILED
[INFO] [stdout] test annotations::tests::test_shuku_advance ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_05 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_06 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_lunar_roundtrip_1583_to_2648 ... FAILED
[INFO] [stdout] test annotations::tests::test_shuku_saku_ichigatu ... FAILED
[INFO] [stdout] test annotations::sekki::tests::test_risshun_2026 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_04 ... FAILED
[INFO] [stdout] test annotations::sekki::tests::test_toji_2025 ... FAILED
[INFO] [stdout] test annotations::tests::test_rokuyou_month_boundary ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_02 ... FAILED
[INFO] [stdout] test annotations::tests::test_rokuyou_sensho ... FAILED
[INFO] [stdout] test annotations::tests::test_shuku_saku_hachigatsu ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_01 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_13 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_12 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_19 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_08 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_11 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_20 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_09 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_23 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_24 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_15 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_25 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_18 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_14 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_28 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_03 ... FAILED
[INFO] [stdout] test annotations::tests::test_rokuyou_tomobiki ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_26 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_07 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_10 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_31 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_33 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_35 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_30 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_38 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_42 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_34 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_39 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_44 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_21 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_27 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_47 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_32 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_40 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_50 ... FAILED
[INFO] [stdout] test annotations::tests::test_eto_haru_setsu_2023 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_43 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_36 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_16 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_22 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_17 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_48 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_46 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_49 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_37 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_45 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_41 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_29 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_57 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_55 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_58 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_52 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_02 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_54 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_56 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_60 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_63 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_65 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_06 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_09 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_03 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_01 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_08 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_12 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_13 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_11 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_07 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_month_structure_1583_to_2648 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_10 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_05 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_51 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_17 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_22 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_18 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_24 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_14 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_19 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_25 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_53 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_21 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_23 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_29 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_33 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_27 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_64 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_15 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_16 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_62 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_20 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_28 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_35 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_34 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_32 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_04 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_31 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_26 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_59 ... FAILED
[INFO] [stdout] test lunar::tests::test_gregorian_to_lunar::case_61 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_37 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_30 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_36 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_38 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_39 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_40 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_41 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_42 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_46 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_47 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_45 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_52 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_53 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_54 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_50 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_55 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_43 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_49 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_51 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_56 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_66 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_58 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_59 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_61 ... FAILED
[INFO] [stdout] test lunar::tests::test_toji_in_lunar_month_11_1583_to_2648 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_57 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_60 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_63 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_62 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_64 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_67 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_65 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_68 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_48 ... FAILED
[INFO] [stdout] test lunar::tests::test_lunar_to_gregorian::case_44 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::sekki::tests::test_no_sekki stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::sekki::tests::test_no_sekki' (18) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804be3289 - rekichu[b4bb57c3193de34f]::lunar::calc::solar_terms_in_range
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:245:24
[INFO] [stdout]   34:     0x57e804be900a - rekichu[b4bb57c3193de34f]::annotations::sekki::sekki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:17:28
[INFO] [stdout]   35:     0x57e804bd7679 - rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_no_sekki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:64:20
[INFO] [stdout]   36:     0x57e804bd5d97 - rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_no_sekki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:62:23
[INFO] [stdout]   37:     0x57e804bdb0b6 - <rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_no_sekki::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   57:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   58:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   59:     0x79f3b225aa64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::sekki::tests::test_shunbun_2026 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::sekki::tests::test_shunbun_2026' (20) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804be3289 - rekichu[b4bb57c3193de34f]::lunar::calc::solar_terms_in_range
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:245:24
[INFO] [stdout]   34:     0x57e804be900a - rekichu[b4bb57c3193de34f]::annotations::sekki::sekki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:17:28
[INFO] [stdout]   35:     0x57e804bd7b9f - rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_shunbun_2026
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:38:13
[INFO] [stdout]   36:     0x57e804bd5e27 - rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_shunbun_2026::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:35:27
[INFO] [stdout]   37:     0x57e804bdb176 - <rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_shunbun_2026::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   57:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   58:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   59:     0x79f3b225aa64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::tests::test_shuku_advance stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::tests::test_shuku_advance' (26) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bd6f99 - rekichu[b4bb57c3193de34f]::annotations::annotate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:31:17
[INFO] [stdout]   40:     0x57e804be93c5 - rekichu[b4bb57c3193de34f]::annotations::tests::test_shuku_advance
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:92:19
[INFO] [stdout]   41:     0x57e804be7857 - rekichu[b4bb57c3193de34f]::annotations::tests::test_shuku_advance::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:90:28
[INFO] [stdout]   42:     0x57e804bdacf6 - <rekichu[b4bb57c3193de34f]::annotations::tests::test_shuku_advance::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_05 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_05' (41) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1cdb - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_05
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcd9e7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_05::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb476 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_05::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_06 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_06' (42) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1d3b - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_06
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcda17 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_06::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb4b6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_06::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_lunar_roundtrip_1583_to_2648 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_lunar_roundtrip_1583_to_2648' (36) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bf5254 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_lunar_roundtrip_1583_to_2648
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:624:26
[INFO] [stdout]   39:     0x57e804becbb7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_lunar_roundtrip_1583_to_2648::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:620:53
[INFO] [stdout]   40:     0x57e804bdb076 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_lunar_roundtrip_1583_to_2648::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   43:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   44:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   49:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   50:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   51:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   52:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   53:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   58:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   60:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   61:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   62:     0x79f3b225aa64 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::tests::test_shuku_saku_ichigatu stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::tests::test_shuku_saku_ichigatu' (28) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bd6f99 - rekichu[b4bb57c3193de34f]::annotations::annotate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:31:17
[INFO] [stdout]   40:     0x57e804be98c5 - rekichu[b4bb57c3193de34f]::annotations::tests::test_shuku_saku_ichigatu
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:85:19
[INFO] [stdout]   41:     0x57e804be7917 - rekichu[b4bb57c3193de34f]::annotations::tests::test_shuku_saku_ichigatu::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:83:34
[INFO] [stdout]   42:     0x57e804bdadf6 - <rekichu[b4bb57c3193de34f]::annotations::tests::test_shuku_saku_ichigatu::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::sekki::tests::test_risshun_2026 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::sekki::tests::test_risshun_2026' (19) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804be3289 - rekichu[b4bb57c3193de34f]::lunar::calc::solar_terms_in_range
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:245:24
[INFO] [stdout]   34:     0x57e804be900a - rekichu[b4bb57c3193de34f]::annotations::sekki::sekki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:17:28
[INFO] [stdout]   35:     0x57e804bd7a69 - rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_risshun_2026
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:58:20
[INFO] [stdout]   36:     0x57e804bd5df7 - rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_risshun_2026::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:56:27
[INFO] [stdout]   37:     0x57e804bdb136 - <rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_risshun_2026::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   57:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   58:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   59:     0x79f3b225aa64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_04 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_04' (40) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1c7b - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_04
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcd9b7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_04::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb436 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_04::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::sekki::tests::test_toji_2025 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::sekki::tests::test_toji_2025' (21) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804be3289 - rekichu[b4bb57c3193de34f]::lunar::calc::solar_terms_in_range
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:245:24
[INFO] [stdout]   34:     0x57e804be900a - rekichu[b4bb57c3193de34f]::annotations::sekki::sekki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:17:28
[INFO] [stdout]   35:     0x57e804bd77af - rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_toji_2025
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:47:21
[INFO] [stdout]   36:     0x57e804bd5dc7 - rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_toji_2025::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations/sekki.rs:45:24
[INFO] [stdout]   37:     0x57e804bdb0f6 - <rekichu[b4bb57c3193de34f]::annotations::sekki::tests::test_toji_2025::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   40:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   41:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   46:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   47:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   48:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   50:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   55:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   57:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   58:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   59:     0x79f3b225aa64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::tests::test_rokuyou_month_boundary stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::tests::test_rokuyou_month_boundary' (23) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bd6f99 - rekichu[b4bb57c3193de34f]::annotations::annotate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:31:17
[INFO] [stdout]   40:     0x57e804be9b45 - rekichu[b4bb57c3193de34f]::annotations::tests::test_rokuyou_month_boundary
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:75:19
[INFO] [stdout]   41:     0x57e804be7977 - rekichu[b4bb57c3193de34f]::annotations::tests::test_rokuyou_month_boundary::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:72:37
[INFO] [stdout]   42:     0x57e804bdae76 - <rekichu[b4bb57c3193de34f]::annotations::tests::test_rokuyou_month_boundary::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_02 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_02' (38) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1bbb - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_02
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcd957 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_02::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb3b6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_02::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::tests::test_rokuyou_sensho stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::tests::test_rokuyou_sensho' (24) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bd6f99 - rekichu[b4bb57c3193de34f]::annotations::annotate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:31:17
[INFO] [stdout]   40:     0x57e804be9505 - rekichu[b4bb57c3193de34f]::annotations::tests::test_rokuyou_sensho
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:60:19
[INFO] [stdout]   41:     0x57e804be7887 - rekichu[b4bb57c3193de34f]::annotations::tests::test_rokuyou_sensho::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:57:29
[INFO] [stdout]   42:     0x57e804bdad36 - <rekichu[b4bb57c3193de34f]::annotations::tests::test_rokuyou_sensho::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::tests::test_shuku_saku_hachigatsu stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::tests::test_shuku_saku_hachigatsu' (27) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bd6f99 - rekichu[b4bb57c3193de34f]::annotations::annotate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:31:17
[INFO] [stdout]   40:     0x57e804be9a05 - rekichu[b4bb57c3193de34f]::annotations::tests::test_shuku_saku_hachigatsu
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:100:19
[INFO] [stdout]   41:     0x57e804be7947 - rekichu[b4bb57c3193de34f]::annotations::tests::test_shuku_saku_hachigatsu::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:97:36
[INFO] [stdout]   42:     0x57e804bdae36 - <rekichu[b4bb57c3193de34f]::annotations::tests::test_shuku_saku_hachigatsu::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_01 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_01' (37) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1b5b - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_01
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcd927 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_01::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb376 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_01::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_13 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_13' (49) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd201e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_13
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdb67 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_13::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb676 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_13::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_12 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_12' (48) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1fae - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_12
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdb37 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_12::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb636 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_12::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_19 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_19' (55) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd22be - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_19
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdc87 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_19::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb7f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_19::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_08 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_08' (44) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1dfb - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_08
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcda77 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_08::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb536 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_08::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_11 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_11' (47) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1f3e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_11
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdb07 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_11::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb5f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_11::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_20 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_20' (56) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd232e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_20
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdcb7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_20::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb836 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_20::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_09 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_09' (45) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1e5e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_09
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdaa7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_09::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb576 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_09::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_23 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_23' (59) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd247e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_23
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdd47 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_23::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb8f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_23::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_24 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_24' (60) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd24ee - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_24
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdd77 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_24::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb936 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_24::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_15 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_15' (51) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd20fe - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_15
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdbc7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_15::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb6f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_15::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_25 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_25' (61) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd255e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_25
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdda7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_25::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb976 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_25::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_18 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_18' (54) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd224e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_18
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdc57 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_18::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb7b6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_18::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_14 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_14' (50) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd208e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_14
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdb97 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_14::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb6b6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_14::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_28 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_28' (64) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd26ae - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_28
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcde37 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_28::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdba36 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_28::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_03 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_03' (39) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1c1b - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_03
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcd987 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_03::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb3f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_03::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::tests::test_rokuyou_tomobiki stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::tests::test_rokuyou_tomobiki' (25) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bd6f99 - rekichu[b4bb57c3193de34f]::annotations::annotate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:31:17
[INFO] [stdout]   40:     0x57e804be9645 - rekichu[b4bb57c3193de34f]::annotations::tests::test_rokuyou_tomobiki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:67:19
[INFO] [stdout]   41:     0x57e804be78b7 - rekichu[b4bb57c3193de34f]::annotations::tests::test_rokuyou_tomobiki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:65:31
[INFO] [stdout]   42:     0x57e804bdad76 - <rekichu[b4bb57c3193de34f]::annotations::tests::test_rokuyou_tomobiki::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_26 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_26' (62) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd25ce - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_26
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcddd7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_26::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb9b6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_26::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_07 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_07' (43) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1d9b - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_07
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcda47 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_07::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb4f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_07::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_10 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_10' (46) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd1ece - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_10
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdad7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_10::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb5b6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_10::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_31 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_31' (67) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd27fe - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_31
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdec7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_31::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbaf6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_31::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_33 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_33' (69) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd28de - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_33
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdf27 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_33::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbb76 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_33::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_35 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_35' (71) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd29be - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_35
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdf87 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_35::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbbf6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_35::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_30 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_30' (66) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd278e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_30
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcde97 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_30::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbab6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_30::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_38 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_38' (74) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2b0e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_38
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce017 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_38::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbcb6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_38::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_42 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_42' (78) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2ccb - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_42
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce0d7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_42::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbdb6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_42::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_34 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_34' (70) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd294e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_34
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdf57 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_34::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbbb6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_34::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_39 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_39' (75) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2b7e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_39
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce047 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_39::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbcf6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_39::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_44 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_44' (80) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2d9e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_44
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce137 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_44::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbe36 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_44::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_21 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_21' (57) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd239e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_21
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdce7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_21::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb876 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_21::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_27 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_27' (63) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2641 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_27
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcde07 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_27::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb9f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_27::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_47 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_47' (83) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2eee - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_47
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce1c7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_47::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbef6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_47::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_32 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_32' (68) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd286e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_32
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdef7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_32::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbb36 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_32::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_40 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_40' (76) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2bee - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_40
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce077 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_40::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbd36 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_40::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_50 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_50' (86) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd303e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_50
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce257 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_50::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbfb6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_50::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- annotations::tests::test_eto_haru_setsu_2023 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'annotations::tests::test_eto_haru_setsu_2023' (22) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bd6f99 - rekichu[b4bb57c3193de34f]::annotations::annotate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:31:17
[INFO] [stdout]   40:     0x57e804be9785 - rekichu[b4bb57c3193de34f]::annotations::tests::test_eto_haru_setsu_2023
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:111:19
[INFO] [stdout]   41:     0x57e804be78e7 - rekichu[b4bb57c3193de34f]::annotations::tests::test_eto_haru_setsu_2023::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/annotations.rs:109:34
[INFO] [stdout]   42:     0x57e804bdadb6 - <rekichu[b4bb57c3193de34f]::annotations::tests::test_eto_haru_setsu_2023::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_43 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_43' (79) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2d2e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_43
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce107 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_43::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbdf6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_43::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_36 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_36' (72) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2a2e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_36
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdfb7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_36::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbc36 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_36::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_16 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_16' (52) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd216e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_16
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdbf7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_16::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb736 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_16::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_22 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_22' (58) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd240e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_22
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdd17 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_22::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb8b6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_22::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_17 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_17' (53) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd21de - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_17
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdc27 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_17::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdb776 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_17::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_48 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_48' (84) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2f5e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_48
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce1f7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_48::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbf36 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_48::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_46 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_46' (82) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2e7e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_46
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce197 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_46::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbeb6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_46::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_49 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_49' (85) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2fce - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_49
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce227 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_49::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbf76 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_49::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_37 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_37' (73) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2a9e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_37
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcdfe7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_37::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbc76 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_37::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_45 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_45' (81) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2e0e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_45
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce167 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_45::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbe76 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_45::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_41 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_41' (77) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd2c5e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_41
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce0a7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_41::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdbd76 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_41::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_29 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_29' (65) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd271e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_29
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bcde67 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_29::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdba76 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_29::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_57 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_57' (93) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd334e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_57
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce3a7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_57::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdc176 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_57::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_55 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_55' (91) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd326e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_55
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce347 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_55::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdc0f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_55::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_58 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_58' (94) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd33be - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_58
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce3d7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_58::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdc1b6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_58::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_52 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_52' (88) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd311e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_52
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce2b7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_52::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdc036 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_52::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_lunar_to_gregorian::case_02 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_lunar_to_gregorian::case_02' (104) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea714 - rekichu[b4bb57c3193de34f]::lunar::convert::lunar_to_gregorian
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:117:18
[INFO] [stdout]   39:     0x57e804beda35 - rekichu[b4bb57c3193de34f]::lunar::tests::test_lunar_to_gregorian
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:201:22
[INFO] [stdout]   40:     0x57e804be3a5b - rekichu[b4bb57c3193de34f]::lunar::tests::test_lunar_to_gregorian::case_02
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:118:5
[INFO] [stdout]   41:     0x57e804be03c7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_lunar_to_gregorian::case_02::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:118:14
[INFO] [stdout]   42:     0x57e804bdc3f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_lunar_to_gregorian::case_02::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_54 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_54' (90) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd31fe - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_54
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce317 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_54::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdc0b6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_54::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_56 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_56' (92) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd32de - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_56
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce377 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_56::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdc136 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_56::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_60 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_60' (96) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd349e - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_60
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce437 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_60::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdc236 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_60::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_63 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_63' (99) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd35ee - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_63
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce4c7 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_63::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdc2f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_63::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_gregorian_to_lunar::case_65 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_gregorian_to_lunar::case_65' (101) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea0c2 - rekichu[b4bb57c3193de34f]::lunar::convert::gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:59:18
[INFO] [stdout]   39:     0x57e804bed97a - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:111:22
[INFO] [stdout]   40:     0x57e804bd36be - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_65
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:5
[INFO] [stdout]   41:     0x57e804bce527 - rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_65::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:28:14
[INFO] [stdout]   42:     0x57e804bdc376 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_gregorian_to_lunar::case_65::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57e804bf611b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x57e804bf611b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x57e804c03995 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x57e804c03995 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x57e804c03995 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x57e804c03995 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x57e804c03995 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x57e804bfe4f4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x57e804bfe4f4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x57e804c06a12 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x57e804c06a12 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x57e804c06a12 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x57e804c06a12 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x57e804c06a12 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x57e804c6f85f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x57e804c6f85f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x79f3b21cdaa4 - <unknown>
[INFO] [stdout]   64:     0x79f3b225aa64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lunar::tests::test_lunar_to_gregorian::case_06 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lunar::tests::test_lunar_to_gregorian::case_06' (108) panicked at src/de440.rs:84:9:
[INFO] [stdout] DE440 データ読み込み失敗 (/opt/rustwide/workdir/data/de440_emb.bin): No such file or directory (os error 2)
[INFO] [stdout] `cargo run -p convert-de440 --release` を実行して変換ファイルを生成してください。
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57e804c701d8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57e804c701d8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57e804c701d8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57e804c845ea - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57e804c845ea - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x57e804c749f2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57e804c749f2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57e804c4f0a6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57e804c4f0a6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57e804c68449 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57e804c0303c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57e804c0303c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57e804c68602 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57e804c68602 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57e804c4f162 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57e804c44219 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57e804c4fe7d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57e804c84d3c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57e804bcd8fb - rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:84:9
[INFO] [stdout]   20:     0x57e804bd47a1 - <core[28b146924c2f19c6]::result::Result<alloc[95e62e727ddf147d]::vec::Vec<u8>, std[929523f510218772]::io::error::Error>>::unwrap_or_else::<rekichu[b4bb57c3193de34f]::de440::load_body::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x57e804bd0b80 - rekichu[b4bb57c3193de34f]::de440::load_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:83:36
[INFO] [stdout]   22:     0x57e804bcd52a - rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:129:14
[INFO] [stdout]   23:     0x57e804bd5917 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   24:     0x57e804bd586d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   25:     0x57e804bdfce1 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   26:     0x57e804c54289 - <std[929523f510218772]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   27:     0x57e804bdd6b0 - <std[929523f510218772]::sync::once::Once>::call_once_force::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   28:     0x57e804bd4952 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::initialize::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   29:     0x57e804bd4a27 - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_try_init::<<std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   30:     0x57e804bd498d - <std[929523f510218772]::sync::once_lock::OnceLock<rekichu[b4bb57c3193de34f]::de440::De440>>::get_or_init::<rekichu[b4bb57c3193de34f]::de440::de440::{closure#0}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   31:     0x57e804bd044d - rekichu[b4bb57c3193de34f]::de440::de440
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:128:11
[INFO] [stdout]   32:     0x57e804bcfe05 - rekichu[b4bb57c3193de34f]::de440::solar_longitude
[INFO] [stdout]                                at /opt/rustwide/workdir/src/de440.rs:238:13
[INFO] [stdout]   33:     0x57e804bdfd9e - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:28:28
[INFO] [stdout]   34:     0x57e804be6cdb - rekichu[b4bb57c3193de34f]::calc::newton::<rekichu[b4bb57c3193de34f]::lunar::error::LunarCalError, rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/calc.rs:12:18
[INFO] [stdout]   35:     0x57e804be15d1 - rekichu[b4bb57c3193de34f]::lunar::calc::find_chuuki
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:27:5
[INFO] [stdout]   36:     0x57e804be3989 - rekichu[b4bb57c3193de34f]::lunar::calc::find_toji
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:180:5
[INFO] [stdout]   37:     0x57e804be25f9 - rekichu[b4bb57c3193de34f]::lunar::calc::build_lunar_months
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/calc.rs:116:21
[INFO] [stdout]   38:     0x57e804bea714 - rekichu[b4bb57c3193de34f]::lunar::convert::lunar_to_gregorian
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar/convert.rs:117:18
[INFO] [stdout]   39:     0x57e804beda35 - rekichu[b4bb57c3193de34f]::lunar::tests::test_lunar_to_gregorian
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:201:22
[INFO] [stdout]   40:     0x57e804be3bdb - rekichu[b4bb57c3193de34f]::lunar::tests::test_lunar_to_gregorian::case_06
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:118:5
[INFO] [stdout]   41:     0x57e804be0487 - rekichu[b4bb57c3193de34f]::lunar::tests::test_lunar_to_gregorian::case_06::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lunar.rs:118:14
[INFO] [stdout]   42:     0x57e804bdc4f6 - <rekichu[b4bb57c3193de34f]::lunar::tests::test_lunar_to_gregorian::case_06::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[WARN] too many lines in the log, truncating it
